-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An attempt at #29 #1335
An attempt at #29 #1335
Conversation
a naming suggestion instead of |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1335 +/- ##
===========================================
+ Coverage 6.69% 78.01% +71.31%
===========================================
Files 47 48 +1
Lines 4618 4766 +148
===========================================
+ Hits 309 3718 +3409
+ Misses 4309 1048 -3261 ☔ View full report in Codecov by Sentry. |
|
No docs and no tests? |
This isn't gonna be used by the public yet so it wasnt a high priority to add docs. Will add tests when i can |
Hello,
to tackle #29 :
(The multiplicity is a bug stemming from symbolic_solve, not this function).
The goal of this function is to multiply by any denominator it finds first in order to get a polynomial like shape. It then uses
polynomial_coeffs
in order to get the coefficients of the "ignored" variable -s
- Afterwards, it constructs a system of polys by doingspecific_coeff = 0
. Then solves them using symbolic_solve.I also wrote a small attempt at using
ia_solve
recursively, but ia_solve is somewhat limited in this regard and i also dont have much time (midterms :^) )